@dxos/react-ui-editor 0.8.2-main.12df754 → 0.8.2-main.36232bc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/browser/index.mjs +1 -1
- package/dist/lib/browser/index.mjs.map +3 -3
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/testing/index.mjs.map +2 -2
- package/dist/lib/node/index.cjs +1 -1
- package/dist/lib/node/index.cjs.map +2 -2
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/testing/index.cjs.map +2 -2
- package/dist/lib/node-esm/index.mjs +1 -1
- package/dist/lib/node-esm/index.mjs.map +3 -3
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/testing/index.mjs.map +2 -2
- package/dist/types/src/testing/RefPopover.d.ts.map +1 -1
- package/package.json +28 -28
- package/src/extensions/preview/preview.ts +1 -1
- package/src/testing/RefPopover.tsx +4 -4
@@ -5502,7 +5502,7 @@ var PreviewInlineWidget = class extends WidgetType6 {
|
|
5502
5502
|
}
|
5503
5503
|
toDOM(view) {
|
5504
5504
|
const root = document.createElement("dx-ref-tag");
|
5505
|
-
root.
|
5505
|
+
root.textContent = this._link.label;
|
5506
5506
|
root.setAttribute("ref", this._link.ref);
|
5507
5507
|
return root;
|
5508
5508
|
}
|